CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - line detection

搜索资源列表

  1. LaneDetect

    0下载:
  2. 用Hough变换检测车道直线,用MATLAB自带的Hough(),houghlines(),houghpeaks()实现-Lane with a straight line Hough transform detection, using MATLAB' s own Hough (), houghlines (), houghpeaks () to achieve
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:598
    • 提供者:
  1. radon

    0下载:
  2. 基于opencv的radon直线检测、直方图均衡、sobel边缘检测等算法。-Opencv of the radon-based line detection, histogram equalization, sobel edge detection algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:5284
    • 提供者:wk
  1. hough-matlab

    0下载:
  2. Hough变换利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-Hough transform image space and Hough parameter space points- line detection problem in image space to parameter space duality. Through the simple accumul
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:7779
    • 提供者:马立静
  1. lung

    0下载:
  2. Matlab图像处理,点检测、线检测、边缘检测、边缘连接,阈值处理。 -Matlab image processing, detection, line detection, edge detection, edge linking, the threshold processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:453664
    • 提供者:黄生
  1. EdgeDetection

    0下载:
  2. 边缘检测1.制作一张包括色块、线条的单色背景图片,先对其作低通滤波产生一幅色块和线条边缘模糊的降质图片待处理,采用任意二种边缘检测算法检测待处理图片中的色块和线条的边缘,得到二值化的处理结果图。从结果图中提取色块和线条的边界坐标值,与实际生成原始图像时采用的真实坐标数据作比较,对产生的检测误差作分析。2.拍摄一张包含待检测物体的黑白或者彩色照片,试采用一种边缘检测的算法做待检测物体的自动提取,对生成的结果作分析。-Edge Detection 1. To produce a including
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:661847
    • 提供者:tosh
  1. byp

    0下载:
  2. 实现图像处理基本功能,如旋转。缩放,去燥,检测直线-The realization of the basic functions of image processing, such as rotation. Scaling, to the dry, straight-line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:521073
    • 提供者:高圆圆
  1. textmaill

    0下载:
  2. 这是用来进行邮件的在线检测的程序,用VC++写的-This is used for mail-line detection procedure, used VC++ Written
  3. 所属分类:Email Server

    • 发布日期:2017-04-02
    • 文件大小:26735
    • 提供者:echo
  1. houghlines

    0下载:
  2. 在给定图像中,应用Hough变换检测直线的算法.python实现.-In a given image, the application of Hough transform line detection algorithm. Python achieve.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1132
    • 提供者:李义
  1. 007

    0下载:
  2. 本文详细介绍了我们为首届全国智能车大赛而准备的智能车系统方案。该 系统以Freescale16 位单片机MC9S12DG128 作为系统控制处理器,采用基于的 摄像头的图像采样模块获取赛道图像信息,通过边缘检测方法提取赛道黑线, 求出小车与黑线间的位置偏差,采用PID 方式对舵机转向进行反馈控制。通过 自制的速度传感器实时获取小车速度,采用Bang-Bang 控制策略形成速度闭环 控制。小车还将通过特定算法分析出前方的路况,并根据路况的不同而为小车 分配以不同的速度。文中
  3. 所属分类:SCM

    • 发布日期:2017-04-13
    • 文件大小:1982
    • 提供者:
  1. houghpeaks

    0下载:
  2. hough变换检测直线中的峰值检测,只有检测出峰值,才能找出直线-hough transform detection of the peak detector in a straight line, only to detect the peak in order to find a straight line
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2845
    • 提供者:llp
  1. smartcar

    0下载:
  2. 小车黑线检测,计数,计时,计里程,往返,变速-Car black line detection, counting, time, total mileage, round-trip, speed
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3141
    • 提供者:zhangguangquan
  1. StandardHT

    0下载:
  2. 用标准Hough变换实现直线检测。内含标准的Hough函数和简单实例。-Standard Hough transform line detection. Hough function includes standard and simple examples.
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1892
    • 提供者:ccc
  1. source7

    0下载:
  2. 边沿检测与提取,轮廓跟踪 source目录下为本章介绍的源程序 功能是边沿检测与提取,轮廓跟踪 命令行编译过程如下 vcvars32 rc bmp.rc cl edge.c bmp.res user32.lib gdi32.lib 注意事项: 运行时,文件c:\test.bmp必须存在 -Edge detection and extraction, contour tracing source directory of the source cod
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:31477
    • 提供者:阿斯顿
  1. line

    0下载:
  2. 线段检测器和线段检测方法。包含垂直线检测部分,水平线检测部分-Detector and line segment detection methods. Contains the vertical line detecting part detecting part of the horizon, etc.
  3. 所属分类:Project Design

    • 发布日期:2017-05-11
    • 文件大小:2937117
    • 提供者:小鹿
  1. 4_hough

    3下载:
  2. 本程序实现hough变换。Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform this program. Hough transform image processing image recogniti
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:14529
    • 提供者:cui ju
  1. LineDetection

    0下载:
  2. 用hough变换检测园- Line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:85968
    • 提供者:尹高飞
  1. Hough_Grd

    0下载:
  2. huogh变换实现直线的检测,是一个比较使用的程序-Transform line detection huogh
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:438660
    • 提供者:alex
  1. ransac

    1下载:
  2. MATLAB code for Random Sample Consensus (RANSAC)
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3277
    • 提供者:Abhinandan
  1. BID_NA

    0下载:
  2. 蓄电池电量监测,能够在线检测电池电量,使用10段光柱分别显示,在电量快耗完时第9段亮并输出报警-Battery power monitoring, battery power to line detection, the use of 10 bar, respectively, show that rapid consumption of electricity when finished in paragraph 9 of the output light and alarm
  3. 所属分类:SCM

    • 发布日期:2017-04-03
    • 文件大小:4543
    • 提供者:玉米花
  1. code

    0下载:
  2. 本程序通过对图像进行灰度化、去噪和边缘提取,能检测出不垂直的刻度线边缘并能将其旋转校正,从而达到使刻度线标准化的目的-This procedure of gray-scale images, and de-noising and edge detection can not detect the edge of the vertical line of the scale and be able to spin correction, so as to achieve so that the p
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:3246
    • 提供者:sunhong
« 1 2 3 4 5 6 78 9 10 11 12 ... 43 »
搜珍网 www.dssz.com